home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / conv / StripCodes.lha / StripCodes / StripCodes.doc < prev    next >
Text File  |  1997-10-07  |  4KB  |  138 lines

  1. ****************************  StripCodes V1.8   ***************************
  2.  
  3.                         Revision date: 07 Oct 1997
  4.  
  5.                           ©1996-1997 Tim Jackson
  6.  
  7.  
  8. At-A-Glance Guide to Changes since V1.7
  9. ---------------------------------------
  10. - Speedup of around 100% (wow!)
  11. - Output files now correct size (no null bytes on end)
  12. - Minor bug in error handling corrected
  13. - No progress indicator (for now - will hopefully reappear soon! :)
  14.  
  15.  
  16. What is StripCodes?
  17. -------------------
  18. StripCodes is a simple little program which will strip any occurrences of a
  19. particular ASCII code from any file.
  20.  
  21.  
  22. What do I need to run it?
  23. -------------------------
  24. Any Amiga with WB2.04+.
  25.  
  26.  
  27. What files should I have?
  28. -------------------------
  29. In this distribution, there should be the following files:
  30.  
  31. StripCodes
  32. StripCodes.doc
  33. StripCodes.doc.info
  34.  
  35.  
  36. Copyright & Distribution
  37. ------------------------
  38. StripCodes is FREEWARE.  That means you can copy it and freely distribute
  39. it (including uploading to a BBS/Aminet etc.), as long as:
  40.  
  41. - You don't charge anything for it (except a nominal charge for disk and
  42.   copying)
  43. - You include all the files listed above in any distribution.
  44. - You don't modify any files.
  45.  
  46. (For inclusion on compilation CDs or magazine coverdisks/cover CDs, contact
  47. me.  Any other queries, contact me.  No permission is necessary for
  48. inclusion on Aminet or Fred Fish CDs.)
  49.  
  50. The copyright of the program remains with me at all times.
  51.  
  52.  
  53. Disclaimer
  54. ----------
  55. You use this program entirely at your own risk.  The author will accept no
  56. responsibility whatsoever for any loss or damage caused by this program
  57. including but not limited to loss of or damage to data.
  58.  
  59.  
  60. Why write StripCodes?
  61. ---------------------
  62. I needed a program simply to remove some rogue ASCII characters that a
  63. program was inserting into files.  Initially StripCodes just removed code
  64. 15s (the one I needed to remove) but I changed it to make it more useful.
  65.  
  66.  
  67. OK, what does it do exactly?
  68. ----------------------------
  69. It takes an input file, scans through it and writes it to an output file,
  70. minus any occurrences of the code you wanted to remove.
  71.  
  72.  
  73. How do I use it?
  74. ----------------
  75. Simply call it from the CLI using:
  76.  
  77. StripCodes <input file> <output file> <code to strip>
  78.  
  79.  
  80. Future Improvements
  81. -------------------
  82. I can't think of anything useful I can add to this program, it's so
  83. simple. But if you can, do let me know!
  84.  
  85. The progress indicator will hopefully return in a future release, when
  86. I've sorted it out so you don't get extended output files.
  87.  
  88. A further increase in speed would also be nice; I don't really have any
  89. ideas for this at the moment, but I'll have a think.
  90.  
  91.  
  92. Known Bugs
  93. ----------
  94. Bugs?
  95.  
  96.  
  97. Version History
  98. ---------------
  99. V1.00 Original version.
  100. V1.01 Read input file but had bug.
  101. V1.02 Read input file correctly.
  102. V1.03 Strips code 15s correctly.
  103. V1.04 Now strips any codes and accepts output file.
  104. V1.05 Now includes Control-C detection & better argument handling. Corrected
  105.       bug in argument handling.
  106. V1.06 Added bad code checking & bug in output file handling removed.
  107. V1.07 Now gives output information - FIRST PUBLIC RELEASE.
  108. V1.7  Same as V1.07 but with Style Guide compliant version number :)
  109. V1.8  Bit of an overhaul.  No more null bytes on end of output files.
  110.       Progress indicator removed.
  111.  
  112.  
  113. » Contact me! «
  114. ---------------
  115. If you've found StripCodes useful, TELL ME ABOUT IT!  The program is
  116. freeware; there is nothing to be paid but I'd like to hear from you anyway.
  117. Of course, any donations will be gratefully accepted.
  118.  
  119. In fact, why not send me your opinion of StripCodes on a postcard from
  120. your local area, especially if you live outside the U.K.
  121.  
  122. Any bug reports or suggestions for improvement should also be sent to the
  123. below address:
  124.  
  125. Tim Jackson
  126. 4 Charnock View Road
  127. Sheffield
  128. S12 3HJ
  129. ENGLAND
  130.  
  131.  
  132. Or, e-mail me at:
  133.  
  134. tim_jackson@bigfoot.com
  135.  
  136. I occasionally use IRC and when I do, my usual nick is Arcline and I tend
  137. to hang around on IRCnet (try ircnet.demon.co.uk).
  138.